home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / nbtest.zip / NBTEST.MAK < prev    next >
Text File  |  1992-04-03  |  210b  |  9 lines

  1. PROG = nbtest
  2. ARCFILES = $(PROG).c $(PROG).mak $(PROG).exe $(PROG).doc $(PROG).h
  3.  
  4. $(PROG).exe: $(PROG).c $(PROG).h
  5.         cl $(PROG).c
  6.  
  7. $(PROG).arc: $(ARCFILES)
  8.         pkarc a $(PROG).arc $(ARCFILES)
  9.